|
|
|
|
TopParent Property, ItemClass Class |
Returns the item's top-most parent item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property TopParent As ItemClass |
C# |
public ItemClass TopParent { get; } |
C++ |
Property Value
The top-most parent item or null/Nothing if the item is a top-most item.
Comments
The TopParent property returns the item's top-most parent item.
To find an item's immediate parent, use the Parent property instead.